Skip to content

fix(remix): Fix issues caused by modifying duplex on Request - #3645

Merged
octoper merged 2 commits into
mainfrom
vaggelis/fix.remix-duplex-issue
Jul 1, 2024
Merged

fix(remix): Fix issues caused by modifying duplex on Request#3645
octoper merged 2 commits into
mainfrom
vaggelis/fix.remix-duplex-issue

Conversation

@octoper

@octoper octoper commented Jul 1, 2024

Copy link
Copy Markdown
Contributor

Description

This PR fixes an issue that was introduced by #3495, where the duplex property was already defined and couldn't not be modified.

Checklist

  • npm test runs as expected.
  • npm run build runs as expected.
  • (If applicable) JSDoc comments have been added or updated for any package exports
  • (If applicable) Documentation has been updated

Type of change

  • 🐛 Bug fix
  • 🌟 New feature
  • 🔨 Breaking change
  • 📖 Refactoring / dependency upgrade / documentation
  • other:

@changeset-bot

changeset-bot Bot commented Jul 1, 2024

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: c9e1f36

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@clerk/remix Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@anagstef anagstef left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💯

@dimkl dimkl left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❓ Could we add a test for this?

@octoper
octoper force-pushed the vaggelis/fix.remix-duplex-issue branch from 7f34119 to c9e1f36 Compare July 1, 2024 12:12
@octoper

octoper commented Jul 1, 2024

Copy link
Copy Markdown
Contributor Author

@dimkl No easy way to add tests for it as we don't have the infra to support it yet, we will need to check in every runtime and provider (Vercel, Cloudflare etc).
I have done manual tests in most of them

@octoper
octoper merged commit 5634ddc into main Jul 1, 2024
@octoper
octoper deleted the vaggelis/fix.remix-duplex-issue branch July 1, 2024 12:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants